home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / comm / tcp / MCF_Buttons.lha / MCF_Buttons / Docs / ReadMe.First < prev    next >
Encoding:
Text File  |  1998-10-06  |  3.8 KB  |  103 lines

  1. ¸    $VER: MCF_About       5.1  (22.11.97)
  2.     $VER: MCF_Buttons     5.8  (22.06.98)
  3.     $VER: MCF_WWW         5.3  (14.03.98)
  4.     $VER: Install_PlugIns 5.8  (22.06.98)
  5.     $VER: SendBrowser     5.1  (22.11.97)
  6.  
  7. Requirements:
  8.  
  9.     1.    AmIRC installed, running correctly with RexxMSGPort.
  10.     2.    MuiRexx version 2.2+ installed correctly.
  11.     3.    Icon.mcc version 1.1 installed to MUI:libs/mui.
  12.     4.    To make use of the clipboard.device feature of MCF_WWW
  13.         you must have the   rexxtricks.library   installed.
  14.     5.    Recommended that you make   Rx  and  WaitForPort  resident.
  15.  
  16. Installation:      (Use of Installer Script is recommended or do the following)
  17.  
  18.     1.    Copy  MCF_Buttons.AMIRX, MCF_About.AMIRX, MCF_WWW.AMIRX,
  19.                 and SendBrowser.amirx from the MCF_Buttons/Rexx dir to
  20.                 your AmIRC/Rexx directory.
  21.     2.    Copy  MCF.Buttons  from the MCF_Buttons/MCF dir to
  22.                 either  MCF:  or your AmIRC directory.
  23.     3.    Copy  MCFGB.prefs  from the MCF_Buttons/Env/mui dir
  24.         to  ENV:mui  and  ENVARC:mui.  (This is my default
  25.         MUI configuration prefs for MCF_Buttons)
  26.     4.    MCF_Buttons now comes with 2 pages (AmIRC and User).
  27.         If you want to add pages for MCF, Kuang¹¹,
  28.         Phoenix, and/or WildText,  Click on  Install_PlugIns
  29.         icon and follow instructions, Stage1 thru Stage3.
  30.     5.    If you want to be able to Plugin future pages,
  31.         copy Install_PlugIns.info and Install_PlugIns.rexx
  32.         to your AmIRC directory..
  33.  
  34. Use:
  35.  
  36.     1.    Type  /Rx MCF_Buttons  in AmIRC to execute.
  37.                 Or, make alias:  /Alias MB /Rx MCF_Buttons
  38.         (If you run MCF, get new MCF_JOIN.AMIRX script
  39.          and insert   /b   between mcf_join and the  %p)
  40.     2.    After sizing and positioning the MCF_Buttons window
  41.         where you desire it to be, set MUI Window settings
  42.         to save window position on exit and click on  Use.
  43.         After exiting MCF_Buttons then, you can restart
  44.         MCF_Buttons and change MUI Window settings to either
  45.         Remember or Forget window position on exit and click
  46.         on  Save.
  47.  
  48.  
  49.  
  50. Explaination of entries in MCF.Buttons file.
  51.  
  52.     The following labels Must Exist:
  53.         # AmIRC        (This defines the very start of Buttons data)
  54.                 # END        (This defines the end of Buttons data)
  55.         # WWW        (This is added at your first execution of
  56.                  MCF_Buttons.  This is your default WebBrowser)
  57.  
  58.     Any other labels between  AMIRC  and  END  are at the User's
  59.     discretion and my be placed in any manner or order.
  60.  
  61.  
  62.     The first time you run MCF_Buttons.AMIRX, it will ask for
  63.     your Web Browser.  Select the PopASL gadget and then select
  64.     Volumes first,  then select the Drive: Directory(s) and ProgramFile
  65.     of your WebBrowser of choice.  This information will then be added
  66.     to the end of the MCF.Buttons file.
  67.     Format of this line is:  # WWW DH3:Internet/WebBrowsers/IBrowse/IBrowse
  68.     This will then be used by  MCF_WWW.AMIRX  when you desire to
  69.     goto an URL in your URL Grabber.  Double Click on the URL
  70.     in the URL Grabber window or snapshot and URL in a channel window
  71.     and then click on  GoToURL  Button.
  72.  
  73.  
  74.     There are 3 types of entries:
  75.         1.  ! Label   starts a frame with said Label
  76.         2.  Standard Button command with following format:
  77.             1 word for button, command as executed
  78.             by AmIRC.
  79.         3.  Button/PopSlider command with the following format:
  80.             @   then 1 word for button,
  81.             PopSlider Min-Value,  PopSlider Max-Value,
  82.             command as executed by AmIRC
  83.  
  84.     WARNING: When adding new Buttons and PopSliders, do 1 at a time
  85.         so that you can see if what you are adding suddenly
  86.         messes up them MCF_Buttons GUI Window.
  87.  
  88.  
  89.     You may use 4 different variables in command lines:
  90.         %c = Current Channel
  91.         %n = Your Current Nick
  92.         %u = Selected User from active window
  93.         %# = Current PopSlider Value
  94.     (The %c, %n, and %u must all be in  lower  case)
  95.  
  96.     To have Help Text appear for a button, enter the Help Text
  97.     to be displayed between   /h    h/
  98.  
  99.         /h Enter your Help Text here h/
  100.  
  101.     MCF_Buttons will use LESS ram if you don't have help test
  102.     in your Button definitions.
  103.